←Select platform

Set<TData>(DicomScp,TData,BeforeAddTagDelegate) Method

Summary

Sends an N-SET-REQ to the SCP.

Syntax

C#
VB
C++
public void Set<TData>( 
   DicomScp Scp, 
   TData Data, 
   BeforeAddTagDelegate beforeAdd 
) 
  
Public Overloads Sub Set(Of TData)( _ 
   ByVal Scp As Leadtools.Dicom.Scu.DicomScp, _ 
   ByVal Data As TData, _ 
   ByVal beforeAdd As Leadtools.Dicom.Common.Extensions.BeforeAddTagDelegate _ 
)  
public: 
void Setgeneric<typename TData> 
(  
   Leadtools.Dicom.Scu.DicomScp^ Scp, 
   _TData^_ Data, 
   Leadtools.Dicom.Common.Extensions.BeforeAddTagDelegate^ beforeAdd 
)  

Parameters

Scp
The peer connection to send the N-SET-REQ to.

Data
The data to send in the N-SET-REQ.

beforeAdd
The delegate to call before adding Data properties to the dataset that will be used in the N-SET-REQ.

Type Parameters

TData
The type of the data.

Example

For an example refer to Create<TData>(dicomscp,tdata,beforeaddtagdelegate)

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly